projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0a377e
)
*** empty log message ***
author
Karl Heuer
<kwzh@gnu.org>
Tue, 17 Nov 1998 06:30:52 +0000
(06:30 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 17 Nov 1998 06:30:52 +0000
(06:30 +0000)
lispref/symbols.texi
patch
|
blob
|
history
diff --git
a/lispref/symbols.texi
b/lispref/symbols.texi
index 7e9c6a4a9a6e099b80d2806bf214bd7af7f63382..c9a2d34d5ef0c7010213f15a9f65d769eb1fe28a 100644
(file)
--- a/
lispref/symbols.texi
+++ b/
lispref/symbols.texi
@@
-288,7
+288,7
@@
creates a new one, adds it to the obarray, and returns it. If
(setq sym1 (intern "foo" other-obarray))
@result{} foo
-(eq sym 'foo)
+(eq sym
1
'foo)
@result{} nil
@end example
@end defun